Conversation
Ship-readiness scaffolding for elm-wp-bootstrap. CI: - .github/workflows/tests.yaml — Node 20/22/24 matrix on ubuntu-latest, runs npm ci + npm test (vitest, 5 tests) Files: - LICENSE — MIT, matching the family template - package-lock.json — committed for reproducible npm ci installs
The plan to ride 0.x while elm-mount stayed on 0.x is moot — elm-mount shipped as 1.0.0. Aligning all three packages on 1.x keeps the compatibility story simple. - package.json version: 0.1.0 → 1.0.0 - package-lock.json regenerated to match - README compat table now reads "1.x | 1.x | 1.x"
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces several important updates to the project, including the addition of automated Node.js testing across multiple versions, the inclusion of a proper MIT license, and updates to versioning documentation and package metadata to reflect the 1.x release.
Testing and CI improvements:
.github/workflows/tests.yaml) to automatically run tests on Node.js versions 20, 22, and 24, ensuring compatibility across these environments.Licensing:
LICENSEfile with the MIT license, clarifying the legal terms under which the software is distributed.Versioning and documentation:
README.mdto indicate that all related packages now share the1.xmajor version and are compatible within that range.Package metadata:
0.1.0to1.0.0inpackage.jsonto reflect the new major release and updated stability.